home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 30 / Mac Magazin and MacEasy Magazine CD - Issue 30.iso / utilities / Mac OS X / Flurry / Flurry source / Source Folder / SmokeParticle.cpp < prev    next >
C/C++ Source or Header  |  2000-08-04  |  450b  |  21 lines

  1. // SmokeParticle.cpp: implementation of the SmokeParticle class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4.  
  5. #include "std.h"
  6. #include "SmokeParticle.h"
  7.  
  8. //////////////////////////////////////////////////////////////////////
  9. // Construction/Destruction
  10. //////////////////////////////////////////////////////////////////////
  11.  
  12. SmokeParticle::SmokeParticle()
  13. {
  14.  
  15. }
  16.  
  17. SmokeParticle::~SmokeParticle()
  18. {
  19.  
  20. }
  21.